
 
 D C . r e m o v e A t t r i b u t e ( s t r i n g A t t r i b u t e N a m e O r A r r a y ) 
 
 
 
 S h o r t h a n d :   D C . r e m A t t r ( s t r i n g A t t r i b u t e N a m e O r A r r a y ) 
 
 
 
 D e s c r i p t i o n :   R e m o v e s   t h e   s p e c i f i e d   a t t r i b u t e   o r   a r r a y   o f   a t t r i b u t e s   f r o m   D C . w r a p p e r . 
 
 
 
 R e t u r n s :   D C   O b j e c t . 
 
 
 
 E x a m p l e : 
 
 
 
 D C . r e m o v e A t t r i b u t e ( " t a b i n d e x " ) ; 
 
 
 
 D C . r e m o v e A t t r i b u t e ( [ 
 
     " t a b i n d e x " , 
 
     " a r i a - h i d d e n " 
 
 ] ) ; 
 
 